home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TDETAILINFO / TDETAILINFO.txt
Encoding:
Text File  |  2002-06-17  |  1.1 KB  |  58 lines

  1. object detailinfo: Tdetailinfo
  2.   Left = 510
  3.   Top = 203
  4.   BorderStyle = bsDialog
  5.   Caption = 'Detailed Photo Data'
  6.   ClientHeight = 420
  7.   ClientWidth = 466
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RxSplitter1: TRxSplitter
  19.     Left = 8
  20.     Top = 380
  21.     Width = 450
  22.     Height = 2
  23.     BevelInner = bvLowered
  24.     BevelOuter = bvNone
  25.     Enabled = False
  26.   end
  27.   object Button1: TButton
  28.     Left = 356
  29.     Top = 388
  30.     Width = 100
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'OK'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object ListBox1: TListBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 450
  41.     Height = 361
  42.     Color = clBtnFace
  43.     ItemHeight = 16
  44.     Style = lbOwnerDrawFixed
  45.     TabOrder = 2
  46.     OnDrawItem = ListBox1DrawItem
  47.   end
  48.   object Button2: TButton
  49.     Left = 8
  50.     Top = 388
  51.     Width = 105
  52.     Height = 25
  53.     Caption = 'Copy to Clipboard'
  54.     TabOrder = 3
  55.     OnClick = Button2Click
  56.   end
  57. end
  58.